Background Customization
data class BackgroundCustomization(@ColorRes() backgroundColor: Int?, @DimenRes() cornerRadius: Int?, @ColorRes() borderColor: Int?, @DimenRes() borderWidth: Int?, @DimenRes() bgElevation: Int?)
Content copied to clipboard
Use this class to set the background style of a specified user interface element.
Parameters
backgroundColor
Background colour resource reference.
cornerRadius
Button corner radius resource reference.
borderColor
Border colour resource reference.
borderWidth
Border width resource reference.
bgElevation
Button elevation resource reference.
Constructors
Properties
backgroundColor
Link copied to clipboard
bgElevation
Link copied to clipboard
borderColor
Link copied to clipboard
borderWidth
Link copied to clipboard
cornerRadius
Link copied to clipboard